翻訳と辞書
Words near each other
・ Wait till Your Mother Gets Home!
・ Wait to Pleasure
・ Wait Until Dark
・ Wait Until Dark (film)
・ Wait Until Spring, Bandini
・ Wait Until the Evening
・ Wait Until the Weekend Comes
・ Wait Until Tomorrow
・ Wait Wait... Don't Tell Me!
・ Wait what
・ Wait Winthrop
・ Wait Your Turn
・ Wait, Kentucky
・ Wait-a-minute tree
・ Wait-a-while
Wait-for graph
・ Wait/walk dilemma
・ Waita
・ Waita River
・ Waitabit Cliffs
・ Waitabit Peak
・ Waitaha
・ Waitaha penguin
・ Waitaha River
・ Waitahaia River
・ Waitahanui River
・ Waitahora Lagoon
・ Waitahora Wind Farm
・ Waitahu River
・ Waitahuna


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Wait-for graph : ウィキペディア英語版
Wait-for graph
thumbnail
A wait-for graph in computer science is a directed graph used for deadlock detection in operating systems and relational database systems.
In computer science, a system that allows concurrent operation of multiple processes and locking of resources and which does not provide mechanisms to avoid or prevent deadlock must support a mechanism to detect deadlocks and an algorithm for recovering from them.
One such deadlock detection algorithm makes use of a wait-for graph to track which other processes a process is currently blocking on. In a wait-for graph, processes are represented as nodes, and an edge from process P_i to P_j implies P_j is holding a resource that P_i needs and thus P_i is waiting for P_j to release its lock on that resource. If the process is waiting for more than a single resource to become available (the trivial case), multiple edges may represent a conjunctive (and) or disjunctive (or) set of different resources or a certain number of equivalent resources from a collection. In the conjunctive case, graph cycles imply the possibility of a deadlock, whereas in the disjunctive case knots are indicative of deadlock possibility. There is no simple algorithm for detecting the possibility of deadlock in the final case. (Srinavasan, Rajaram 2011)
The wait-for-graph scheme is applicable to a resource allocation system with multiple instances of each resource type.
==References==

*


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Wait-for graph」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.